func runtime.pause

2 uses

	runtime (current package)
		proc.go#L277: 			pause(sys.GetCallerSP() - 16) // should not return
		stubs_nonwasm.go#L10: func pause(newsp uintptr) { panic("unreachable") }